Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2025/02/26 2:24 a.m.148 views

CVE-2022-49716

CVE-2022-49716 affects the Linux kernel’s irqchip/gic-v3 mechanism. The vulnerability stems from incorrect refcount handling in gic_populate_ppi_partitions: of_get_child_by_name() returns a node pointer with an incremented refcount, and if not properly released, a refcount leak occurs when kcallo...

5.5CVSS5.4AI score0.00281EPSS
Save
CVE
CVE
added 2025/03/27 4:42 p.m.148 views

CVE-2022-49739

CVE-2022-49739 affects the Linux kernel GFS2 code: when reading inodes from disk, the inode size of stuffed (inline) inodes is now validated to be within the allowed range in gfs2_dinode_in(). This fixes on-disk corruption that could result from previous truncation logic in stuffed_readpage() and...

5.5CVSS6.5AI score0.00193EPSS
Save
CVE
CVE
added 2025/05/02 3:55 p.m.148 views

CVE-2023-53066

CVE-2023-53066 affects the Linux kernel in the qed_sriov path. The vulnerability arises from potential NULL dereferences in qed_iov_get_vf_info, and the fix guards against NULL pointers by validating the helper’s returned info before use. This is a local issue with the impact characterized as hig...

5.5CVSS6.6AI score0.00191EPSS
Save
CVE
CVE
added 2024/04/03 5:1 p.m.148 views

CVE-2024-26775

CVE-2024-26775 concerns the Linux kernel’s aoe subsystem. The documented issue is a potential deadlock in set_capacity() caused by a locking order: one path holds bdev->bd_size_lock while another holds d->lock, risking a deadlock when an interrupt occurs and the code path re-enters set_capa...

5.5CVSS6.5AI score0.00184EPSS
Save
CVE
CVE
added 2024/04/04 8:20 a.m.148 views

CVE-2024-26791

CVE-2024-26791 — Linux kernel: btrfs dev-replace: properly validate device names. A syzbot report indicated device name buffers passed to device replace could read beyond end (getname_kernel) due to insufficient termination checks. The fix adds a helper that validates both source and target devic...

7.1CVSS6.4AI score0.00247EPSS
Save
CVE
CVE
added 2024/05/19 10:10 a.m.148 views

CVE-2024-35943

The CVE-2024-35943 entry pertains to the Linux kernel, specifically a vulnerability in TI-related pmdomain handling where omap_prm_domain_init lacked a null-pointer check after a dynamic allocation. The issue arises because devm_kasprintf() can return NULL on allocation failure, and without verif...

5.5CVSS6.7AI score0.00223EPSS
Save
CVE
CVE
added 2024/06/21 10:18 a.m.148 views

CVE-2024-36484

CVE-2024-36484 is a Linux kernel vulnerability where the socket acceptance check was relaxed at accept time (net/ipv4/af_inet.c). The issue can arise when a process shuts down a listener before it enters accept, causing the child to reach accept() in FIN_WAIT1 status after the commit “tcp: defer ...

5.5CVSS6.3AI score0.00301EPSS
Save
CVE
CVE
added 2024/07/12 12:20 p.m.148 views

CVE-2024-40902

CVE-2024-40902: Linux kernel vulnerability in jfs xattr handling where printing an oversized xattr in hex could read past the buffer, risking kernel memory. A fix restricts the debug hex dump size in kernel logs. Public-coverage in Astra Linux and CIRCL references confirms the same vulnerability ...

7.8CVSS8.4AI score0.00317EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.148 views

CVE-2024-42123

CVE-2024-42123 affects the Linux kernel in the DRM/AMDGPU area. The issue is a double-free of the err_addr pointer in amdgpu_umc_handle_bad_pages during repeated execution of amdgpu_umc_bad_page_polling_timeout, which can trigger warnings. The provided fix sets err_addr to NULL to avoid these war...

4.4CVSS6.5AI score0.00204EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.148 views

CVE-2024-42132

The connected MiracleLinux advisory confirms CVE-2024-42132 affecting Linux kernel Bluetooth HCI code. Root cause: hci_le_big_sync_established_evt() could pass a handle larger than HCI_CONN_HANDLE_MAX, leading to freeing an unallocated handle and a warning in hci_conn_del(). The fix adds an upper...

7.1CVSS6.8AI score0.00226EPSS
Save
CVE
CVE
added 2024/09/18 7:12 a.m.148 views

CVE-2024-46742

CVE-2024-46742 is a Linux kernel vulnerability affecting the SMB server path where a potential null pointer dereference in smb2_open() could occur when lease_ctx_info is NULL (SMB2_OPLOCK_LEVEL_LEASE). The fix adds a NULL check for lease_ctx_info and also removes redundant parentheses in parse_du...

5.5CVSS5.2AI score0.00238EPSS
Save
CVE
CVE
added 2024/09/18 7:12 a.m.148 views

CVE-2024-46765

CVE-2024-46765 (Linux kernel) vulnerability in the ice driver relates to race conditions between XDP setup and PF reset paths. The issue arose because ice_xdp() and ice_vsi_rebuild()/PF reset code accessed shared resources without proper synchronization, risking a NULL pointer dereference during ...

5.5CVSS5AI score0.00235EPSS
Save
CVE
CVE
added 2024/10/21 11:53 a.m.148 views

CVE-2024-47699

CVE-2024-47699 relates to the Linux kernel nilfs2 filesystem. The issue is a potential NULL pointer dereference in nilfs_btree_insert() when the b-tree root is broken and has height > 1, even if the root has 0 children. The root cause is that, in certain corrupted images, nilfs_btree_do_lookup...

5.5CVSS5.3AI score0.00261EPSS
Save
CVE
CVE
added 2024/10/21 6:1 p.m.148 views

CVE-2024-49923

The CVE-2024-49923 issue is in the Linux kernel’s DRM/AMD display path. Specifically, dcn20_validate_apply_pipe_split_flags could dereference a null pointer; the patch passes a non-null pointer to fix a null-dereference. Impact is limited to availability (HIGH) with local, low-complexity exploita...

5.5CVSS5.2AI score0.00237EPSS
Save
CVE
CVE
added 2024/10/29 12:50 a.m.148 views

CVE-2024-50083

CVE-2024-50083 concerns a Linux kernel flaw where MPTCP DSS corruption could occur during large PMTU transmissions. The issue, triggered by Syzkaller under a subflow, is tied to __mptcp_move_skbs_from_subflow in net/mptcp/protocol.c and relates to mptcp_data_ready/move_skbs_to_msk paths leading t...

7.5CVSS7.5AI score0.00875EPSS
Save
CVE
CVE
added 2024/11/08 5:24 a.m.148 views

CVE-2024-50179

In CVE-2024-50179, the Linux kernel vulnerability stems from the direct-io read path attempting to mark pages dirty without holding Firmware (Fw) caps, which could lead to an incorrect Fw reference during page dirtying. The fix, as described in the initial document, is a patch that ceph applies: ...

5.5CVSS6.5AI score0.00233EPSS
Save
CVE
CVE
added 2024/12/27 2:11 p.m.148 views

CVE-2024-56543

Technical details (affected product/version, root cause, impact or fixes) for CVE-2024-56543 are not provided in the connected documents; monitor for updates from official advisories.

5.5CVSS6.7AI score0.00215EPSS
Save
CVE
CVE
added 2024/12/27 2:51 p.m.148 views

CVE-2024-56598

Technical details about CVE-2024-56598 (Linux kernel jfs: array-index-out-of-bounds in dtReadFirst) are not provided in the connected documents. Please monitor for updates.

7.8CVSS6.6AI score0.00248EPSS
Save
CVE
CVE
added 2024/12/28 9:46 a.m.148 views

CVE-2024-56708

Technical details about affected products/versions are not provided in the documents. The CVE description states a fix for a double free during module unload in edac/igen6, but no vendor/version specifics are included.

7.8CVSS6.5AI score0.0025EPSS
Save
CVE
CVE
added 2025/01/19 11:52 a.m.148 views

CVE-2024-57910

CVE-2024-57910 : In the Linux kernel, the iio: light: vcnl4035 driver had an information leak in the triggered buffer. The local buffer used to push data to userspace contained an uninitialized element (a 16-bit value aligned to 8 bytes), leaving at least 4 bytes potentially exposed after a regma...

7.1CVSS6.1AI score0.00214EPSS
Save
CVE
CVE
added 2025/02/27 2:7 a.m.148 views

CVE-2024-57977

CVE-2024-57977 is a Linux kernel vulnerability in memcg where the OOM task traversal could cause a soft lockup when thousands of processes reside in the OOM cgroup. The issue arises from scanning OOM tasks for each memory pressure event, delaying the watchdog handling. The documented fix adds a r...

5.5CVSS5.3AI score0.0019EPSS
Save
CVE
CVE
added 2025/02/27 2:7 a.m.148 views

CVE-2024-57986

CVE-2024-57986 – Linux kernel HID core issue : The vulnerability stems from HID core handling of Resolution Multipliers. The code assumes each Resolution Multiplier control resides in a Logical Collection; if none is found, multiplier_collection could be non-NULL, risking misapplied multipliers o...

5.5CVSS6.5AI score0.00216EPSS
Save
CVE
CVE
added 2025/02/27 2:7 a.m.148 views

CVE-2024-57999

CVE-2024-57999 affects the PowerPC/pseries IOMMU in the Linux kernel where MMIO ranges for Dynamic DMA Window are not correctly marked, allowing DMA buffers to be mapped in 64‑bit DDW ranges and potentially causing OOPS during boot. Root causes identified include: 1) using int for an address (uns...

5.5CVSS6.5AI score0.00216EPSS
Save
CVE
CVE
added 2025/01/31 11:25 a.m.148 views

CVE-2025-21671

CVE-2025-21671 : In the Linux kernel’s zram subsystem, a path exists where, if zram_meta_alloc fails, the code frees the allocated zram->table without setting it to NULL. This can cause zram_meta_free to access the (now freed) table, i.e., a potential use-after-free on zram table if a device i...

7.8CVSS7.2AI score0.00212EPSS
Save
CVE
CVE
added 2025/04/01 3:41 p.m.148 views

CVE-2025-21951

Technical details about CVE-2025-21951 are not provided in the supplied documents. Monitor official advisories for updates on affected products, impact, and fixes.

5.5CVSS7.1AI score0.00145EPSS
Save
CVE
CVE
added 2025/04/16 5:4 a.m.148 views

CVE-2025-22018

CVE-2025-22018 affects the Linux kernel ATM MPOA path. A NULL pointer dereference can occur in MPOA_cache_impos_rcvd() when both entry and holding_time are NULL, leading to a crash (KASAN/GPF observed in logs). The issue has been fixed in upstream kernels and is addressed in vendor updates (examp...

5.5CVSS6.9AI score0.00188EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.148 views

CVE-2025-22090

CVE-2025-22090 concerns the Linux kernel’s x86 PAT handling in copy_page_range() during fork() failure. The issue arises when track_pfn_copy() fails and the maple tree contains the dst VMA; on cleanup, untrack_pfn() may read PAT information from a non-copied page table, causing a fault. The docum...

7.3CVSS6AI score0.00197EPSS
Save
CVE
CVE
added 2025/04/16 2:13 p.m.148 views

CVE-2025-23138

CVE-2025-23138: In the Linux kernel, watch_queue: fix pipe accounting mismatch. watch_queue_set_size() updated charged pipe buffers for user->pipe_bufs but did not update pipe->nr_accounted due to pipe_resize_ring() guard, risking underflow when a pipe is freed and causing failures in too_m...

5.5CVSS6.5AI score0.00187EPSS
Save
CVE
CVE
added 2025/05/08 6:26 a.m.148 views

CVE-2025-37829

CVE-2025-37829 affects the Linux kernel: cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate(). The root cause is that cpufreq_cpu_get_raw() can return NULL when the target CPU is not present in policy->cpus mask, and scpi_cpufreq_get_rate() does not handle this, causing a NULL pointer ...

5.5CVSS5.3AI score0.00179EPSS
Save
CVE
CVE
added 2025/05/09 6:45 a.m.148 views

CVE-2025-37881

In CVE-2025-37881, the Linux kernel USB gadget aspeed driver (ast_vhub_init_dev) fixes a NULL pointer dereference by adding a NULL check for d->name (returned by devm_kasprintf). The issue could occur if devm_kasprintf() returns NULL, potentially leading to a crash. The patch, which references...

5.5CVSS6.4AI score0.00269EPSS
Save
CVE
CVE
added 2025/05/20 3:58 p.m.148 views

CVE-2025-37943

CVE-2025-37943 affects the Linux kernel wireless driver ath12k (DP_RX_DECAP_TYPE_NATIVE_WIFI). The issue is an invalid data access when hardware delivers packets with a length exceeding the maximum native Wi‑Fi header, potentially causing memory corruption in ath12k_dp_rx_h_undecap_nwifi. The adv...

8.8CVSS7AI score0.00244EPSS
Save
CVE
CVE
added 2025/05/29 1:15 p.m.148 views

CVE-2025-37997

CVE-2025-37997 affects the Linux kernel netfilter ipset region locking for hash types. The root cause is an incorrect ahash_region() mapping, which can cause a race between the garbage collector and adding new elements to sets with timeouts. The connected advisories confirm fixes to region lockin...

7.8CVSS6.5AI score0.00139EPSS
Save
CVE
CVE
added 2009/04/27 5:43 p.m.147 views

CVE-2009-1439

The CVE-2009-1439 entry describes a buffer overflow in CIFS/Tree Connect handling (fs/cifs/connect.c) of the Linux kernel prior to 2.6.30, where a long nativeFileSystem field in an SMB mount response can cause a remote crash (DoS). The vulnerability affects the Linux kernel’s CIFS implementation ...

7.8CVSS4.8AI score0.04268EPSS
Save
CVE
CVE
added 2012/10/03 10:0 a.m.147 views

CVE-2012-3400

CVE-2012-3400 describes a heap-based buffer overflow in the udf_load_logicalvol function (fs/udf/super.c) of the Linux kernel up to version 3.4.5. The flaw allows remote attackers to cause a denial of service (system crash) or potentially other impact via a crafted UDF filesystem. Connected advis...

7.6CVSS7.9AI score0.08738EPSS
Save
CVE
CVE
added 2015/12/28 11:0 a.m.147 views

CVE-2015-7990

Technical details beyond the initial description are not provided in the connected documents. No public details about CVE-2015-7990 are included here; monitor for updates.

5.9CVSS6.6AI score0.00348EPSS
Save
CVE
CVE
added 2016/11/28 3:1 a.m.147 views

CVE-2016-9191

CVE-2016-9191 affects the Linux kernel (cgroup offline drain operations) up to version 4.8.11. A local attacker inside a container environment can cause a denial of service (system hang) by crafting an application. The provided documents confirm the vulnerability and affected mechanism but do not...

5.5CVSS5.5AI score0.00423EPSS
Save
CVE
CVE
added 2022/08/26 3:25 p.m.147 views

CVE-2021-3864

CVE-2021-3864 is a local privilege-escalation flaw in the Linux kernel involving how the dumpable flag is handled for descendants of certain SUID binaries. If a SUID binary sets real UID equal to effective UID and real GID equal to effective GID, the descendant’s dumpable value can become 1, so a...

7CVSS6.9AI score0.00726EPSS
Save
CVE
CVE
added 2024/05/21 3:4 p.m.147 views

CVE-2021-47412

CVE-2021-47412 (Linux kernel) : The vulnerability arises when a bio is not tracked and the rq_qos_ops->done_bio call is inappropriately invoked, risking a kernel panic. The fix stops calling done_bio for bios that aren’t tracked (and for bio-based drivers where rq_qos_done_bio() isn’t needed)....

5.5CVSS6.5AI score0.00222EPSS
Save
CVE
CVE
added 2024/05/22 6:23 a.m.147 views

CVE-2021-47468

CVE-2021-47468 is a Linux kernel vulnerability affecting isdn/mISDN where a sleeping function could be called from an atomic context because card->isac.release() is invoked while still holding a lock. The description states the fix is to call this function after releasing the lock. Logs illust...

5.5CVSS6.7AI score0.00175EPSS
Save
CVE
CVE
added 2022/10/21 12:0 a.m.147 views

CVE-2022-3629

CVE-2022-3629 affects the Linux kernel’s vsock_connect in net/vmw_vsock/af_vsock.c, causing a memory leak. The issue is described as a local problem with low overall severity (CVSS 3.1: low, availability impact), and exploitation is not trivial but feasible locally. The primary remediation guidan...

3.3CVSS5.8AI score0.00326EPSS
Save
CVE
CVE
added 2024/08/21 6:10 a.m.147 views

CVE-2022-48885

CVE-2022-48885 — Linux kernel ice_gnss_tty_write() leak fixed . The vulnerability affects the Linux kernel’s ice_gnss_tty_write() path. When write_buf allocation fails, the code returns early and leaks cmd_buf; a fix frees cmd_buf in this failure path. The documented remediation is to apply the k...

5.5CVSS6.5AI score0.00205EPSS
Save
CVE
CVE
added 2025/02/26 1:56 a.m.147 views

CVE-2022-49257

CVE-2022-49257 affects the Linux kernel and stems from a NULL dereference in watch_queue_set_size() during error cleanup. The code path could call __free_page() on buffers that were not allocated, causing a NULL pointer dereference (observed as a KASAN report in __free_pages). The issue is mitiga...

5.5CVSS6.7AI score0.00256EPSS
Save
CVE
CVE
added 2025/02/26 1:56 a.m.147 views

CVE-2022-49288

CVE-2022-49288 concerns the Linux kernel ALSA PCM subsystem. The issue arises from races in concurrent prealloc changes via proc files, with no protection against simultaneous PCM buffer preallocation changes, potentially leading to use-after-free or other instability. The provided fix applies th...

7.8CVSS5.5AI score0.00279EPSS
Save
CVE
CVE
added 2025/02/26 2:23 a.m.147 views

CVE-2022-49578

CVE-2022-49578 concerns a data race in the Linux kernel related to sysctl_ip_prot_sock. The root cause is concurrent access to sysctl_ip_prot_sock, causing load/store tearing unless proper synchronization is used. The vulnerability affects the kernel’s IP/sysctl handling and is stated as resolved...

4.7CVSS6.5AI score0.00185EPSS
Save
CVE
CVE
added 2025/02/26 2:23 a.m.147 views

CVE-2022-49625

CVE-2022-49625: In the Linux kernel, the sfc driver could trigger a kernel panic when creating VFs due to a faulty buffer release path in vunmap in IRQ context. The issue stems from an IRQ/BH context restriction during DMA buffer release, with a patch that re-enables BH to safely release the buff...

5.5CVSS6.3AI score0.00282EPSS
Save
CVE
CVE
added 2025/02/26 2:23 a.m.147 views

CVE-2022-49626

In CVE-2022-49626, the Linux kernel sfc (Solarflare) driver had a use-after-free: vf->pci_dev could be freed during pci_disable_sriov and later read in efx_ef10_sriov_free_vf_vswitching. The root cause is reading a freed vf->pci_dev in the SR-IOV disable path. A patch fixes this by setting ...

7.8CVSS5.4AI score0.00271EPSS
Save
CVE
CVE
added 2025/03/27 4:42 p.m.147 views

CVE-2022-49748

CVE-2022-49748 relates to the Linux kernel: perf/x86/amd shift of a 32-bit int constant 1 is computed in 32‑bit arithmetic and then passed as a 64‑bit argument, which can overflow when i ≥ 32. The fix uses the BIT_ULL macro for the shift to avoid overflow. Several connected advisories (Astra Linu...

5.5CVSS6.9AI score0.00178EPSS
Save
CVE
CVE
added 2024/05/17 2:1 p.m.147 views

CVE-2023-52669

CVE-2023-52669 : In the Linux kernel, the s390/aes CTR code can overread the last block when data length isn’t a full block. The fix uses the actual remaining length and copies it into a buffer before processing, eliminating the overread. This is a local-attack surface issue that could enable a d...

7.8CVSS7.1AI score0.00249EPSS
Save
CVE
CVE
added 2024/05/17 2:24 p.m.147 views

CVE-2023-52675

Concretely tied to CVE-2023-52675 in the Linux kernel: the issue is twofold. (1) powerpc/imc-pmu: update_events_in_group() gained a null pointer check to prevent dereferencing NULL during event updates. (2) kasprintf() can return NULL if memory allocation fails, which could lead to a NULL pointer...

5.5CVSS6.6AI score0.00271EPSS
Save
CVE
CVE
added 2024/05/21 3:30 p.m.147 views

CVE-2023-52753

CVE-2023-52753 affects the Linux kernel’s DRM/AMD display timing generator. The root cause is a NULL pointer dereference when accessing the timing generator’s funcs if it is NULL. This can lead to a kernel crash (availability impact). The fix adds a NULL check before dereferencing the timing gene...

5.5CVSS7.1AI score0.0024EPSS
Save
Total number of security vulnerabilities14606